home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / 5lang.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  2002-01-03  |  271 b   |  17 lines

  1. global language
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5.   set the memberNum of sprite 9 to the memberNum of sprite 9 + 1
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor(-1)
  10.   set the memberNum of sprite 9 to the memberNum of sprite 9 - 1
  11. end
  12.  
  13. on mouseUp me
  14.   language = 2
  15.   go(1, "IntroMov")
  16. end
  17.